Crate jaq_std

source ·
Expand description

Standard library for a JSON query language.

Just like Rust, jaq is divided into a core and a standard library. The standard library provides a set of filters defined using core filters. For example, the standard library provides the map(f) filter, which is defined using the more elementary filter [.[] | f].

The time required to parse the standard library becomes evident when the runtime of the jaq filter is small. Therefore, when the “bincode” feature is enabled, this crate precompiles the standard library, in order to reduce startup time.

Functions§

  • Return the standard library.